home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / wmail209.zip / WM.CFG < prev    next >
Text File  |  1993-03-24  |  23KB  |  519 lines

  1. ;
  2. ;                      WILDMAIL! Configuration File
  3. ;
  4. ;                             Version 2.09
  5. ;                           Revised 03/24/93
  6. ;
  7. ;    (C) Copyright 1991, 1993 - Online Computer Resources - All Rights Reserved
  8. ;
  9. ;    All lines that have a ';' in column 1 are considered comments and are
  10. ;    ignored by WILDMAIL!  Configuration file options/parameters are *NOT*
  11. ;    case sensitive.
  12. ;
  13. ;
  14. ;-----------------------------------------------------------------------------
  15. ;  * Your Default Zone Number *  [REQUIRED]
  16. ;-----------------------------------------------------------------------------
  17. ;
  18.   ZONE 1
  19. ;
  20. ;-----------------------------------------------------------------------------
  21. ;  * Your Primary Net/Node Number *  [REQUIRED]
  22. ;-----------------------------------------------------------------------------
  23. ;
  24.   ADDRESS 161/504
  25. ;
  26. ;-----------------------------------------------------------------------------
  27. ;  * Type of Mailer *  [REQUIRED]
  28. ;
  29. ;  If you run a Binkleyterm, then specify BINKLEY as your mailer.  If you run
  30. ;  D'Bridge then your mailer is DBRIDGE and if Frontdoor (or Seadog), then
  31. ;  use FRONTDOOR.
  32. ;-----------------------------------------------------------------------------
  33. ;
  34.   MAILER FrontDoor
  35. ;
  36. ;-----------------------------------------------------------------------------
  37. ;  * Inbound Mail Directory *  [REQUIRED]
  38. ;
  39. ;   The directory that contains your INBOUND mail files.  This *MUST* be the
  40. ;   SAME directory as inbound mail for your front end mailer.  This is where
  41. ;   WILDMAIL! will look to find new mail to toss into WILDCAT!  This would
  42. ;   normally be the \fd\files\ subdirectory for FrontDoor.
  43. ;-----------------------------------------------------------------------------
  44. ;
  45.   INBOUND c:\fd\files
  46. ;
  47. ;-----------------------------------------------------------------------------
  48. ;  * AKA Addresses *  [OPTIONAL]
  49. ;
  50. ;   MAX 20 addresses.  These AKA's are used to match incoming netmail messages
  51. ;   to your alias addresses.
  52. ;-----------------------------------------------------------------------------
  53. ;
  54. ; AKA 1:161/500
  55. ; AKA 69:187/10
  56. ;
  57. ;-----------------------------------------------------------------------------
  58. ;   * Add to SeenBy Lines *  [OPTIONAL]
  59. ;
  60. ;   Any addresses to add to the Seenby Line - MAX 20 addresses.  These
  61. ;   additional SeenBy addresses will prevent duplicate messages being sent
  62. ;   back to you if a node downstream from you has your alias SeenBy address
  63. ;   as their primary address to forward mail to.   Use with caution.
  64. ;   DO NOT USE A ZONE in this statement.  SEEN-BY's do not use ZONES.
  65. ;-----------------------------------------------------------------------------
  66. ;
  67. ; ADDTOSEENBY 161/500
  68. ; ADDTOSEENBY 161/123
  69. ; ADDTOSEENBY 161/0
  70. ;
  71. ;-----------------------------------------------------------------------------
  72. ;   * Map Zone *  [OPTIONAL]                                         MAX 20
  73. ;
  74. ;   Format:  MAP_ZONE <net/node> <zone>
  75. ;
  76. ;   Any incoming netmail that matches the <net/node> will be assigned the
  77. ;   <zone>.  This is so that any incoming netmail that does not have a ZONE
  78. ;   assigned to it, will be assigned the zone that appears for that net/node.
  79. ;-----------------------------------------------------------------------------
  80. ;
  81. ; MAP_ZONE  250/210   99
  82. ; MAP_ZONE  1113/1   100
  83. ;
  84. ;-----------------------------------------------------------------------------
  85. ;   * Default Zone *  [OPTIONAL]
  86. ;
  87. ;   Format:  DEFAULT_ZONE [DEST|MYCFG]
  88. ;
  89. ;                          DEST  - Set origin zone to Destination Zone
  90. ;                          MYCFG - Set origin zone to default zone
  91. ;                                  from WM.CFG
  92. ;
  93. ;   DEFAULT_ZONE is overridden by options of MATCH_ZONE below.  It only
  94. ;   applies where no MATCH_ZONE statement exists or where no MATCH_ZONE rules
  95. ;   apply.  ie.  Mail to a destination zone is not listed in a MATCH_ZONE
  96. ;   statement.
  97. ;-----------------------------------------------------------------------------
  98. ;
  99. ; DEFAULT_ZONE Dest
  100. ;
  101. ;-----------------------------------------------------------------------------
  102. ;   * Match Zone *  [OPTIONAL]                                      MAX 20
  103. ;
  104. ;   Format:  MATCH_ZONE <inzone> <outzone1 outzone2... outzonex>
  105. ;
  106. ;                        INZONE      - Zone to assign to non ^INTL mail
  107. ;                        OUTZONE1(x) - Destination zones to match with
  108. ;                                      with INZONE.  If destination
  109. ;                                      zone is in this list, then the
  110. ;                                      origin zone is set to INZONE.
  111. ;
  112. ;   MATCH_ZONE is used to match up an outbound zone with an zone to be used
  113. ;   on the origin.  ie.  If outbound mail is sent to zone 1, 2, 3, 4, 5 or 6
  114. ;   then the origin zone is set to a 1, and if the destination zone is 100
  115. ;   or 410, then the origin zone is set to 100.
  116. ;-----------------------------------------------------------------------------
  117. ;
  118. ; MATCH_ZONE 1 1 2 3 4 5 6
  119. ; MATCH_ZONE 100 100 410
  120. ;
  121. ;-----------------------------------------------------------------------------
  122. ;   * Out Zone *  [OPTIONAL]
  123. ;
  124. ;   Format:  OUT_ZONE <myakaaddr> <destzone1 destzone2... destzonex>
  125. ;
  126. ;                      MYAKAADDR     - Fully qualified ZONE:NET/NODE
  127. ;                                      AKA address of my system
  128. ;                      DESTZONE1(x)  - Destination zones to apply the
  129. ;                                      MYAKAADDR to.
  130. ;
  131. ;   OUT_ZONE is used to match up an outbound zone with an AKA address to be
  132. ;   used as the origin of the netmail message.  ie.  If the outbound zone is
  133. ;   99, then the AKA address of 99:250/1 will be used on the outbound netmail
  134. ;   message as the origin, and if the outbound zone is a 1, 2, 3, 4, 5 or 6
  135. ;   then the origin address will be 1:161/502.
  136. ;-----------------------------------------------------------------------------
  137. ;
  138. ; OUT_ZONE 99:250/1 99 100
  139. ; OUT_ZONE 1:161/502 1 2 3 4 5 6
  140. ;
  141. ;-----------------------------------------------------------------------------
  142. ;   * Your Point Boss *  [OPTIONAL]
  143. ;
  144. ;   POINTBOSS is used if you are operating as a point.  This is the address
  145. ;   of your *BOSS'* node number.  Zone number *must* not be present!
  146. ;-----------------------------------------------------------------------------
  147. ;
  148. ; POINTBOSS 161/502
  149. ;
  150. ;-----------------------------------------------------------------------------
  151. ;   * Your Point Network *  [OPTIONAL]
  152. ;
  153. ;   POINTNET is the NET number of your point network.  If you are running
  154. ;   points then you need to make sure that this net number is correct and
  155. ;   uncommented.  All outbound mail that has that net number in the messages
  156. ;   will be substituted for your net/node number.
  157. ;-----------------------------------------------------------------------------
  158. ;
  159. ; POINTNET 22233
  160. ;
  161. ;-----------------------------------------------------------------------------
  162. ;   * WILDCAT! Home Directory *  [REQUIRED]
  163. ;
  164. ;   The WILDCAT! home directory that contains your MAKEWILD.DAT.  This is the
  165. ;   home directory for your WILDCAT! v3.0 configuration files.  This
  166. ;   directory will contain your MAKEWILD.DAT file, your CONFDESC.DAT file and
  167. ;   associated SECLEVEL etc. files.
  168. ;-----------------------------------------------------------------------------
  169. ;
  170.   WILDCAT c:\wc30
  171. ;
  172. ;-----------------------------------------------------------------------------
  173. ;   * Netmail Conference Number *  [REQUIRED]
  174. ;
  175. ;   The WILDCAT! Conference Number of your NETMAIL message area.  This is the
  176. ;   conference number that you have designated as your NETMAIL conference.
  177. ;   Conference numbers are numbered starting from 0 (zero).  Do not use 0
  178. ;   as the NETMAIL conference, as WILDCAT! 3.0 uses conference 0 for comments
  179. ;   to the sysop.
  180. ;-----------------------------------------------------------------------------
  181. ;
  182.   NETMAIL 11
  183. ;
  184. ;-----------------------------------------------------------------------------
  185. ;   * Netmail Message Directory *  [REQUIRED]
  186. ;
  187. ;   The directory that contains your NETMAIL messages.  WILDMAIL! will create
  188. ;   netmail messages for all outbound mail, and it needs to know where to
  189. ;   put these.  This *MUST* be the same directory as defined in your front
  190. ;   end mailer.
  191. ;-----------------------------------------------------------------------------
  192. ;
  193.   MATRIXMAIL c:\fd\netmail
  194. ;
  195. ;-----------------------------------------------------------------------------
  196. ;   * Outbound Directory *  [REQUIRED]
  197. ;
  198. ;   Outbound directory path.  This is where WILDMAIL! will place its newly
  199. ;   created mail archives.  This is the *SAME* directory defined as OUTBOUND
  200. ;   for your front end mailer EXCEPT FOR D'BRIDGE SYSTEMS!!!.  For FrontDoor,
  201. ;   this is usually the c:\fd\packet subdirectory.
  202. ;
  203. ;   For D'Bridge systems, make sure that the outbound path is *NOT* known to
  204. ;   D'Bridge.  If the path is set to the same as D'Bridges, then D'Bridge will
  205. ;   delete the file(s) because it won't have a corresponding QUEUE entry.
  206. ;   WILDMAIL! will create a Netmail message telling D'Bridge that it has a
  207. ;   file attach located in *THIS* directory.  When D'Bridge does a rescan,
  208. ;   it will pick up this mail archive(s) and add it to it's OUTBOUND queue.
  209. ;
  210. ;   DO NOT USE A FILE NAME EXTENTION FOR YOUR OUTBOUND AREA.  WILDMAIL!
  211. ;   WILL AUTOMATICALLY PUT IT IN FOR YOUR PARTICULAR ZONE.
  212. ;
  213. ; Keyword   Directory
  214. ; --------  -------------------
  215.   OUTBOUND  c:\fd\packet
  216. ;
  217. ;-----------------------------------------------------------------------------
  218. ;   * WILDMAIL! Log Filename *  [OPTIONAL]
  219. ;
  220. ;   The log file name to be used.  This will default to WM.LOG.
  221. ;-----------------------------------------------------------------------------
  222. ;
  223.   LOG wm.Log
  224. ;
  225. ;-----------------------------------------------------------------------------
  226. ;   * Bad Packet/Messages Directory *  [REQUIRED]
  227. ;
  228. ;   Where to put messages that do not have a corresponding AREAS.BBS entry.
  229. ;   All .PKT files that contain messages that come in without have a physical
  230. ;   conference to be placed into are put in this directory.  These messages
  231. ;   will be stored in the .MSG format.
  232. ;-----------------------------------------------------------------------------
  233. ;
  234.   BADECHO c:\fd\badecho
  235. ;
  236. ;-----------------------------------------------------------------------------
  237. ;   * Maximum Number of Duplicates *  [REQUIRED]
  238. ;
  239. ;   Maximum dupes to remember.  This is the number of messages to remember as
  240. ;   duplicates.  We recommend 300 per conference, so if you have 30
  241. ;   conferences, 9000 would be the figure to use.  The database file called
  242. ;   WILDDUPS.DAT contains duplicate information for *all* the conferences.
  243. ;   Please note, the larger you set this number, the larger the filesize will
  244. ;   be and the longer it will take to maintain/reindex when the file is at
  245. ;   it's defined limit.  You can delete this file at any time and WILDMAIL!
  246. ;   will recreate it and run fine.  A value of 0 indicates that you want
  247. ;   duplicate checking turned off!
  248. ;-----------------------------------------------------------------------------
  249. ;
  250.   DUPLICATES 9000
  251. ;
  252. ;-----------------------------------------------------------------------------
  253. ;   * Maximum Messages Per Packet *  [OPTIONAL]
  254. ;
  255. ;   Maximum number of messages per .PKT file.  The default is 300.  You can
  256. ;   play around with this figure to see which is best for your downstream
  257. ;   systems.  Some prefer smaller numbers, others large.  We would recommend
  258. ;   a number between 200 and 400.
  259. ;-----------------------------------------------------------------------------
  260. ;
  261.   MAXMESSAGES 300
  262. ;
  263. ;-----------------------------------------------------------------------------
  264. ;   * Delete Incoming Blank Messages *  [OPTIONAL]
  265. ;
  266. ;   Delete incoming messages that have no text in the message body.  Typically
  267. ;   these are Netmail messages upon receipt of a mail archive.
  268. ;-----------------------------------------------------------------------------
  269. ;
  270.   NULLMESSAGE
  271. ;
  272. ;-----------------------------------------------------------------------------
  273. ;   * Kill/Sent Flag *  [OPTIONAL]
  274. ;
  275. ;   All outbound Netmail will be flagged as KILL/SENT if this option is
  276. ;   enabled (uncommented).  The default setting is to NOT kill the message,
  277. ;   but flag it as being sent.
  278. ;-----------------------------------------------------------------------------
  279. ;
  280.   KILLSENT
  281. ;
  282. ;-----------------------------------------------------------------------------
  283. ;   * INTLADDRESSING *  [OPTIONAL]
  284. ;
  285. ;   All outbound Netmail will have the INTL kludge line in the body of the
  286. ;   message even if it is being sent to the same zone.  The default setting is
  287. ;   to have the INTL kludge line on ONLY those messages being sent to other
  288. ;   zones.
  289. ;-----------------------------------------------------------------------------
  290. ;
  291. ; INTLADDRESSING
  292. ;
  293. ;-----------------------------------------------------------------------------
  294. ;   * NONETMAILMESSAGE *  [OPTIONAL]
  295. ;
  296. ;   When a netmail message is received, WILDMAIL! by default creates both a
  297. ;   Netmail .MSG and a Netmail message in the WILDCAT! Netmail conference.  By
  298. ;   enabling this option, a netmail message will ONLY be created and placed in
  299. ;   the WILDCAT! Netmail conference.  No .MSG will be created if this option
  300. ;   is used avoiding duplicate netmail messages in both the front end and
  301. ;   WILDCAT!
  302. ;-----------------------------------------------------------------------------
  303. ;
  304. ; NONETMAILMESSAGE
  305. ;
  306. ;-----------------------------------------------------------------------------
  307. ;   * Notify 'TO:' Caller on BBS *  [OPTIONAL]
  308. ;
  309. ;   This will scan your WILDCAT! user file to see if the 'TO:' person exists
  310. ;   on the incoming message, and if so, it will flag their user record that
  311. ;   there is mail waiting for them in that particular conference.  This option
  312. ;   will add some processing time to the mail tossing.
  313. ;-----------------------------------------------------------------------------
  314. ;
  315.   NOTIFY
  316. ;
  317. ;-----------------------------------------------------------------------------
  318. ;   * Maintain Maximum Messages *  [OPTIONAL]
  319. ;
  320. ;   Purge and maintain maximum message count as defined in MAKEWILD for each
  321. ;   conference defined in AREAS.BBS if it's limit has been exceeded.
  322. ;
  323. ;   NOTE:  This is a command line option in WILDMAIL!, so you can run it as
  324. ;          an event instead of using it after each mail run.  This could be
  325. ;          useful in reducing the amount of mail processing time after
  326. ;          receiving new mail.  However, be careful about letting the message
  327. ;          count get too high before running this option!  This option will
  328. ;          add some processing time to the mail tossing.
  329. ;-----------------------------------------------------------------------------
  330. ;
  331.   PURGE
  332. ;
  333. ;-----------------------------------------------------------------------------
  334. ;   * Standard Mail Archive Naming Conventions *  [OPTIONAL]
  335. ;
  336. ;   Standard archive specifies that the OUTBOUND archived mail files will have
  337. ;   the file extensions of TU, WE, etc. to signify the day of the week the
  338. ;   archive was created.  By commenting this out, all your mail archives will
  339. ;   have the extension .MO0.  All new packets will be added to that mail
  340. ;   archive file.
  341. ;-----------------------------------------------------------------------------
  342. ;
  343.   STANDARDARCHIVE
  344. ;
  345. ;-----------------------------------------------------------------------------
  346. ;   * Unpacker Utility Definition *  [REQUIRED]
  347. ;
  348. ;   This is where you specify the un-compression utility and command line
  349. ;   parameters in association with the unpacker CONSTANT.  This is the method
  350. ;   used in the *UNPACKING* of inbound mail archives.  This is the opposite
  351. ;   half of the PACKER keyword and is used in conjunction with the TYPEPACK
  352. ;   keyword for determining what un-compression method is used for each node.
  353. ;
  354. ;   There are five (5) archive formats supported in WILDMAIL!  These are
  355. ;   listed as CONSTANTs.  Make sure that your command line parameters to
  356. ;   un-compress mail is correct for each unpacker type.
  357. ;
  358. ;   NOTE:   MAKE SURE YOU SPECIFY A '@a' ARGUMENT.  THIS TELLS WILDMAIL WHERE
  359. ;           TO PUT THE ARCHIVE NAME.
  360. ;
  361. ;   The Constant name *MUST* not be changed.
  362. ;
  363. ;
  364. ;   DO NOT COMMENT OUT *ANY* OF THESE LINES!!!!
  365. ;-----------------------------------------------------------------------------
  366. ;
  367. ;  Keyword       Constant      Command/Arguments
  368. ;  --------      ---------     ------------------
  369.    UNPACKER      ARCPACKER     pkunpak.exe -x @a
  370.    UNPACKER      ARJPACKER     arj.exe e -n @a
  371.    UNPACKER      LZHPACKER     lharc.exe x @a
  372.    UNPACKER      PAKPACKER     pak.exe e @a
  373.    UNPACKER      ZIPPACKER     pkunzip.exe -x @a
  374.    UNPACKER      ZOOPACKER     zoo.exe xO @a
  375. ;
  376. ;-----------------------------------------------------------------------------
  377. ;   * Packer Utility Definition *  [REQUIRED]
  378. ;
  379. ;   This is where you specify the compression utility and command line
  380. ;   parameters in association with the packer CONSTANT.  This is the method
  381. ;   used in the *PACKING* of outbound mail archives.  This is the opposite
  382. ;   half of the UNPACKER keyword and is used in conjunction with the TYPEPACK
  383. ;   keyword for determining what compression method is used for each node.
  384. ;
  385. ;   The Constant name *MUST* not change.
  386. ;-----------------------------------------------------------------------------
  387. ;
  388. ;  Keyword  Constant   Command/Arguments
  389. ;  ------   ---------  -----------------
  390. ;  DO NOT COMMENT OUT ARCPACKER!!!!  THIS IS YOUR DEFAULT PACKER.
  391.    PACKER   ARCPACKER  pkpak.exe -a
  392.    PACKER   ARJPACKER  arj.exe a -e
  393.    PACKER   LZHPACKER  lharc.exe a /m
  394.    PACKER   PAKPACKER  pak.exe a
  395.    PACKER   ZOOPACKER  zoo.exe -add
  396.    PACKER   ZIPPACKER  pkzip.exe -a
  397. ;
  398. ;-----------------------------------------------------------------------------
  399. ;   * Node Definition of Packer Type *  [REQUIRED]
  400. ;
  401. ;   Assigning nodes to a Packer.  You can have more than one line per packer
  402. ;   type, but only a maximum of 3 per type.  This defines what compression
  403. ;   method is used for *EACH* node as defined in AREAS.BBS   There *MUST* be
  404. ;   a TYPEPACK defined for EVERY node in your AREAS.BBS file.  Very Important!
  405. ;
  406. ;   The Constant *MUST* not change.
  407. ;-----------------------------------------------------------------------------
  408. ;
  409. ;  Keyword    Constant     Node Address Definition
  410. ;  --------   ---------    -----------------------------------------
  411.    TYPEPACK   ARCPACKER    161/123
  412.    TYPEPACK   ARJPACKER    161/504.1
  413.    TYPEPACK   LZHPACKER    1:161/2 161/712
  414.    TYPEPACK   PAKPACKER    161/503
  415.    TYPEPACK   ZIPPACKER    161/321
  416.    TYPEPACK   ZOOPACKER    161/440
  417. ;
  418. ;-----------------------------------------------------------------------------
  419. ;   * Swap Option *  [OPTIONAL]
  420. ;
  421. ;   Swap out WILDMAIL! when archiving mail.  This option will swap WM to EMS
  422. ;   if specified or to disk.  This will free up memory for the archivers to
  423. ;   run.  Select which option you want - SWAPDISK or SWAPEMS.  If EMS is not
  424. ;   available then WILDMAIL! is swapped to disk.
  425. ;-----------------------------------------------------------------------------
  426. ;
  427.    SWAPEMS
  428. ;  SWAPDISK
  429. ;
  430. ;-----------------------------------------------------------------------------
  431. ;   * Delete SeenBy Lines *  [OPTIONAL]
  432. ;
  433. ;   Delete the SEEN-BY lines from the message being tossed into WILDCAT!
  434. ;   Normally, these are hidden, but you could save disk space by deleting
  435. ;   them before adding the message to WC!  You can select DeleteSeenByLines
  436. ;   or ShowSeenByLines, but not both.
  437. ;-----------------------------------------------------------------------------
  438. ;
  439.    DELETESEENBYLINES
  440. ;
  441. ;-----------------------------------------------------------------------------
  442. ;   * Show SeenBy Lines *  [OPTIONAL]
  443. ;
  444. ;   Show the SEEN-BY lines in WILDCAT!  Normally, these are hidden, but you
  445. ;   could show them for debugging purposes to find out where the messages have
  446. ;   been sent to.  You can select DeleteSeenByLines or ShowSeenByLines, but
  447. ;   not both.
  448. ;-----------------------------------------------------------------------------
  449. ;
  450. ;  SHOWSEENBYLINES
  451. ;
  452. ;-----------------------------------------------------------------------------
  453. ;   * Delete After Tossing *  [OPTIONAL]
  454. ;
  455. ;   If this option is specified, then the incoming mail archive is deleted
  456. ;   after all the .PKT files that have been tossed.  If this option is not
  457. ;   used, then the mail archive is deleted right after it is de-compressed.
  458. ;   Do not use this option if you are running low on disk space.
  459. ;-----------------------------------------------------------------------------
  460. ;
  461.    DELETEAFTERTOSSING
  462. ;
  463. ;-----------------------------------------------------------------------------
  464. ;   * Forward Packets *  [OPTIONAL]
  465. ;
  466. ;   If this option is used, then if the incoming .PKT is not addressed to
  467. ;   your primary address and AKA's, then it is forwarded to the appropriate
  468. ;   address.  USE WITH CAUTION!  If this option is not used, then if the
  469. ;   incoming .PKT file doesn't match your primary address or AKA's, it will
  470. ;   be renamed to *.BAD.
  471. ;-----------------------------------------------------------------------------
  472. ;
  473.    FORWARDPACKETS
  474. ;
  475. ;-----------------------------------------------------------------------------
  476. ;   * No EMS *  [OPTIONAL]
  477. ;
  478. ;   If this option is used, then WM will *not* use EMS for database access.
  479. ;   The primary purpose of this option is to prevent memory contention
  480. ;   problems on peer-to-peer LAN's.  For EMS usage controlling program
  481. ;   swapping, please refer to the SWAPEMS/SWAPDISK option.
  482. ;-----------------------------------------------------------------------------
  483. ;
  484. ;   NOEMS
  485. ;
  486. ;-----------------------------------------------------------------------------
  487. ;   * Lock Count *  [OPTIONAL]
  488. ;
  489. ;   This option determines how long the message databases are locked when
  490. ;   tossing messages into a conference.   Allowable ranges are 0 - 30.
  491. ;   LOCKCOUNT 0 is the same as LOCKCOUNT 30.  Please refer to page 27 of the
  492. ;   WM.DOC file.
  493. ;-----------------------------------------------------------------------------
  494. ;
  495.    LOCKCOUNT 0
  496. ;
  497. ;-----------------------------------------------------------------------------
  498. ;   * Quiet Arc *  [OPTIONAL]
  499. ;
  500. ;   This option will redirect the screen output from the compression programs
  501. ;   to NULL thereby cleaning up the display.  The default is to display
  502. ;   everything to the screen causing various information about the compression
  503. ;   programs to scroll up the screen.
  504. ;-----------------------------------------------------------------------------
  505. ;
  506.    QUIETARC
  507. ;
  508. ;-----------------------------------------------------------------------------
  509. ;   * Seenby Checking *  [OPTIONAL]
  510. ;
  511. ;   This option enables the seenby line checking in WILDMAIL!.  If a message
  512. ;   does not have any SEEN-BY lines, then WILDMAIL! will toss the message to
  513. ;   the BAD message directory.  PATH line checking is *not* done.
  514. ;-----------------------------------------------------------------------------
  515. ;
  516.    SEENBYCHECKING
  517. ;
  518. ;---------------------------[ End of WM.CFG file ]----------------------------
  519.